home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
faq
/
kjvcbibl.lha
/
cbible
/
rexx
/
jumpnew.thnkr
< prev
next >
Wrap
Text File
|
1992-05-31
|
216b
|
11 lines
/* open new window to anchor statement */
options results
trace off
address 'Thinker'
get filename
fn = result
get blocknumber
bn = result
window open '0,100,640,100'
jump origin fn
jump label first '0' || bn || 'b'